home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chtsht / demo3.dht < prev    next >
Encoding:
Text File  |  1995-09-07  |  875 b   |  35 lines

  1. <IMG "FTLLOGO.BMP">
  2.  
  3. Welcome to the FTL 2.1 Demo!
  4.  
  5. This file explains the features of the FTL 2.1 Hypertext/ Hypermedia components
  6.  
  7. <IMG "DELLOGO.BMP">   <IMG "S_CIUPKC.BMP">
  8.  
  9. for Borland Delphi from C.I.U.P.K.C. Software.
  10.  
  11. <IMG "HLINE.BMP">
  12.  
  13. DBHTDisplayBox Component
  14.  
  15. This component is derived from the HTDisplayBox component and
  16. has the following additional interface declarations:
  17.  
  18.   TDBHTDisplayBox = class( THTDisplayBox )
  19.   private
  20.     FOnHandleNewHTData : TStringEvent;
  21.   public
  22.     MyMemo : TDBMemo;
  23.     procedure HandleNewHyperTextData; virtual;
  24.   published
  25.     property TheActiveMemo : TDBMemo read MyMemo write MyMemo;
  26.     property OnHandleNewHTData : TStringEvent read FOnHandleNewHTData
  27.               write FOnHandleNewHTData;
  28.   end;
  29.  
  30.  
  31. <IMG "WAVELINE.BMP">
  32.  
  33. <A HREF="DEMO1.DHT">Click here</A> to return to the main demo file.
  34.  
  35.